ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Core Namespace / ImGearReadOnlyDictionary<TKey,TValue> Class / IsReadOnly Property




In This Topic
    IsReadOnly Property (ImGearReadOnlyDictionary<TKey,TValue>)
    In This Topic
    Gets a value indicating whether the dictionary is read-only.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReadOnly As Boolean
    'Usage
     
    Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue)
    Dim value As Boolean
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get;}
    public: __property bool get_IsReadOnly();
    public:
    property bool IsReadOnly {
       bool get();
    }

    Property Value

    This property always returns true.
    See Also